php mongodb

73

// Install and extract archive from this url (https://pecl.php.net/package/mongodb) 
// and put "php_mongodb.dll" in your PHP extension directory

// After, add the following line to your "php.ini" file :

extension=php_mongodb.dll


// Verify with:
<? php
	phpinfo();
?>

Comments

Submit
0 Comments